﻿body {
    margin: 0;
    /* height: 100vh; APAGAR DPS */
}

* {
    box-sizing: border-box;
}
#topNav,#menuSuperior {
    display: none;
}


.navbar-brand img {
    width: 204px!important;
}
#content-banner {
    height: 100px;
    display: flex;
    margin-top: 0;
    align-items: center;
}

#banner {
    position: relative;
    margin: 0;
}
#banner img{
    width: 100vw;
    height: 80vh;
    object-fit: cover;
    filter: brightness(80%);
}

footer {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
    
}

footer p {
    color: #00bf44;
    font-size: 21px;
    font-family: "Mohr-RegularIt";
    line-height: 62px;
}

#banner .banner-title {
    position: absolute;
    color: #FFF;
    bottom: 10%;
    left: 10%;
}
#banner .banner-title h1 {
    font-family: 'Mohr-Bold';
    font-size: 4.5rem;
}
#banner .banner-title h4 {
    font-family: 'Mohr-Semibold';
    font-size: 1rem;
}
.maintenance {
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    z-index: 100000;
}

.maintenance .container {
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.maintenance .container img {
    width: 200px;
}

.maintenance .container p {
    color: #021F59;
    font-size: 42px;
    font-family: 'Mohr-Bold';
}

.marfrig-title {
    margin: 0 0 20px;
    color: #021F59;
    font-size: 36px;
    font-family: 'Mohr-BlackIt';
}

.marfrig-txt {
    color: #707070;
    font-size: 16px;
    font-family: 'Mohr-Regular';
    line-height: 2;
}

.marfrig-txt ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.marfrig-txt ul li {
    position: relative;
    padding-left: 30px;
}

.marfrig-txt ul li::before {
    /* ~~ Antigas setas ~~ */
    /* content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' viewBox='0 0 14 20'%3E%3Cpath d='M2.27734 -0.00195312V6.03207L6.71631 9.91006L2.27734 13.7881V19.8221L13.5623 9.91107L2.27734 -0.00195312Z' fill='%237DC700'/%3E%3Cpath d='M0 6.03223V13.7872L4.37708 9.91022L0 6.03223Z' fill='%23199F00'/%3E%3C/svg%3E"); */
    /* width: 15px;
    height: 20px; */
    /* transform: translateY(-50%); */
    content: '.';
    position: absolute;
    bottom: -7px;
    left: 15px;
    font-size: 30px;
    text-align: center;
}

.marfrig-btn {
    display: block;
    max-width: 300px;
    width: 90%;
    padding: 10px 20px;
    color: #00BF44;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Mohr-SemiBold';
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 0.5px transparent;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
    background-color: #FFFFFF;
    transition: all .5s ease;
}

.marfrig-btn:hover {
    color: #00BF44;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
    border: solid 0.5px #00BF44;
    background-color: #F2FcF5;
}

.marfrig-btn:visited {
    color: #00BF44;
}

.banner {
    height: 50vh;
    width: 100vw;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* INTRODUÃ‡ÃƒO */
.sust-intro {
    margin-block: 100px;
    padding-inline: 20px;
}

.sust-intro-container {
    max-width: 1366px;
    margin: auto;
}

.sust-intro-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.sust-intro-title {
    margin-bottom: 70px;
    color: #021f59;
    text-align: center;
    font-family: 'Mohr-BlackIt';
}

.sust-intro-title-blue {
    color: #021F59;
    font-size: 60px;
    text-transform: uppercase;
}

.sust-intro-title-green {
    color: #00BF44;
    font-size: 48px;
}

.intro-btn {
    margin: 50px auto;
}

/* ACCORDIONS */
.sust-intro .accordion {
    border-radius: 20px;
    overflow: hidden;
}


@media (min-width: 600px) {

.sust-intro .card,
.sust-intro .card-header,
.sust-intro .card-body {
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    background-image: none !important;
    background-color: #d9e0ed !important;
}
}

.sust-intro .card-header button {
    width: 100%;
    padding: 0;
    outline: none;
}

.sust-intro .card-header button:hover {
    background-color: transparent;
}

.sust-accordion-header {
    position: relative;
    display: flex;
    gap: 40px;
    padding: 40px 70px 40px 40px;
}


.sust-accordion-header-img-box {
    display: block;
    width: 450px;
    max-height: 270px;
    border-radius: 10px;
    overflow: hidden;
}
.sust-accordion-header-img-box-mobile{
    display: none;
}
.sust-accordion-header-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.sust-accordion-header-txt-box {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.sust-accordion-header svg {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    transition: all .5s ease;
}

.sust-intro .card-header button[aria-expanded="true"] svg {
    transform: rotate(45deg);
}

.sust-accordion-header svg path {
    fill: #021F59;
}

.sust-accordion-title {
    color: #021F59;
    text-align: left;
    font-size: 22px;
    font-family: 'Mohr-Bold';
}

.sust-accordion-subtitle {
    max-width: 600px;
    color: #021F59;
    text-align: left;
    font-size: 16px;
    font-family: 'Mohr-Regular';
}

.sust-accordion-body {
    position: relative;
    display: flex;
    gap: 40px;
    padding: 20px 40px 60px;
}

.sust-accordion-txt-featured {
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.sust-accordion-img {
    display: block;
    width: 450px;
    margin: auto;
}

.topics {
    margin-block: 100px;
    padding: 100px 20px;
    background-color: #F5F5F5;
}

.topics-container {
    position: relative;
    width: 1366px;
    max-width: 100%;
    margin: 50px auto;
    padding: 30px 30px 60px;
    border-radius: 20px;
    background-color: #D4E9F2;
}

.topics-container::after,
.topics-container::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 80%;
    height: 40px;
    background-color: #D4E9F2;
}

.topics-container::after {
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 20px;
}

.topics-container::before {
    left: 0;
    top: 0;
    border-top-left-radius: 20px;
}

.topics-container-border {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 2px solid #2EAAE1;
    border-radius: 20px;
    background-color: transparent;
    transform: rotate(-2deg);
}

.topics-content-header {
    margin-bottom: 40px;
}

.topics-title {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
    color: #021F59;
    font-size: 72px;
    font-family: 'Mohr-Bold';
}

.topics-title span {
    color: #00BF44;
    font-size: 48px;
}

.topics-row {
    display: flex;
    align-items: flex-start;
}

.topics-row:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #A0A0A0;
}

.topics-col {
    width: 50%;
    padding: 0 15px;
}

.topics-list {
    display: flex;
    gap: 20px;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topics-list-item {
    position: relative;
    padding-left: 35px;
}

.topics-list-item svg {
    position: absolute;
    left: 0;
    top: 5px;
    width: 25px;
}

.topics-list-item span {
    color: #021F59;
}

.hulha-negra {
    margin-block: 100px;
    padding-inline: 20px;
}

.hn-bg-mobile{
    display: none;
}

.hn-container {
    display: flex;
    max-width: 1366px;
    width: 100%;
    margin: auto;
}

.hn-bg-box {
    position: relative;
    height: 100%;
}

.hn-bg {
    display: block;
    height: 603px;
    object-fit: cover;
}
img.hn-bg-logo {
    position: absolute;
    transform: translateX(-129%);
    height: 60px;
    bottom: 20px;
    right: 0;
}
.hn-bg-background {
    display: none;
}
.hn-title {
    margin-bottom: 20px;
    color: #021F59;
    font-size: 32px;
    text-align: center;
    font-family: 'Mohr-Bold';
}

.hn-txt {
    margin-bottom: 40px;
    font-family: 'Mohr-SemiBold';
}

.hn-col {
    width: 50%;
    margin: 4px;
}

/* .hn-col:nth-child(2) {
    padding: 50px 5%;
} */

.hn-certifications-title {
    margin-bottom: 20px;
    color: #021F59;
    font-size: 22px;
    font-family: 'Mohr-Bold';
}

.hn-certifications img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

/* SCROLLER */
.scroller {
    max-width: 600px;
}

.scroller__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-block: 1rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 10s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.call-brand {
    padding: 100px 20px;
    border-top: 20px solid #930a0a;
}

.call-brand-container-mobile {
    display: flex;
    max-width: 1366px;
    width: 100%;
    margin: auto;
}

.call-brand-col {
    width: 50%;
    padding: 0 15px;
    margin: auto;
}

.call-brand-content {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.call-brand-logo {
    width: 250px;
}

.call-brand-title {
    margin: 0;
    color: #930a0a;
    font-size: 72px;
    font-family: "Mukta-Bold", sans-serif;
}
.call-brand-title-slick {
    margin: 0;
    color: #021F59;
    font-size: 16px;
    font-family: "Mohr-Bold", sans-serif;
}

.call-brand-txt {
    margin: 0;
    text-align: center;
}

.call-brand-bg-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-brand-bg {
    width: 100%;
}

.acknowledgment {
    padding: 40px 15px 1px;
    background-color: #f5f5f5;
}

.acknowledgment-container {
    max-width: 1440px;
    margin: auto;
}

  .slick-track .slick-slide {
    height: auto;
  }
.acknowledgment-header {
    margin-bottom: 40px;
    margin-left: 2%;
}

.acknowledgment-title {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
    font-size: 72px;
    font-family: 'Mohr-Bold';
    line-height: .8;
}

.acknowledgment-title .title-green {
    color: #00BF44;
}

.acknowledgment-title .title-blue {
    color: #021F59;
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
}

.acknowledgment-description {
    color: #707070;
    font-size: 16px;
    font-family: 'Mohr-Medium';
}

.acknowledgment-description {
    color: #707070;
    font-size: 16px;
    font-family: 'Mohr-Medium';
}

.acknowledgment-body {
    position: relative;
}

.acknowledgment-slick {
    padding-inline: 20px;
}

#acknowledgment-slick-prev,
#acknowledgment-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    box-shadow: 0 4px 4px 0 #021f5930;
    transition: .5s;
    cursor: pointer;
}

#acknowledgment-slick-prev:hover,
#acknowledgment-slick-next:hover {
    border-color: #021f59;
    background-color: #021f5930;
}

#acknowledgment-slick-prev {
    left: 0;
}

#acknowledgment-slick-next {
    right: 0;
}

#acknowledgment-slick-prev svg,
#acknowledgment-slick-next svg {
    width: 30px;
    height: 30px;
    fill: #021f59;
}

.acknowledgment-card {
    position: relative;
    width: 300px;
    height: 400px;
    margin: auto;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #FFFFFF;
}

.acknowledgment-card input,
.acknowledgment-card .toggle {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    outline: none;
}

.acknowledgment-card input {
    opacity: 0;
}

.acknowledgment-card .toggle {
    pointer-events: none;
    border-radius: 50%;
    transition: .5s;
    box-shadow: 0 4px 4px 0 #021f5930;
    background-color: #FFFFFF;
}

.acknowledgment-card .toggle::before,
.acknowledgment-card .toggle::after {
    content: '';
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border-radius: 50%;
    z-index: -1;
    border: 1px solid transparent;
    background-color: transparent;
}

.acknowledgment-card .toggle::before {
    top: -4px;
    left: -3px;
    border-color: #00BF44;
}

.acknowledgment-card .toggle::after {
    bottom: -3px;
    right: -4px;
    border-color: #021f59;
}

.acknowledgment-card .toggle-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFFFFF;
    z-index: 11;
    width: 100%;
    height: 100%;
}

.acknowledgment-card input:checked~.toggle {
    box-shadow: 0 0 0 500px #021f59;
    transform: rotate(225deg);
}

.acknowledgment-card .img-box,
.acknowledgment-card .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.acknowledgment-card .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.acknowledgment-card .img-box img {
    max-height: 150px;
}

.acknowledgment-card .details {
    height: 300px;
    overflow: auto;
    padding: 20px;
    z-index: 11;
    transition: .5s;
    opacity: 0;
}

.acknowledgment-card .details-title {
    margin-bottom: 10px;
    color: #00BF44;
    font-size: 20px;
    font-family: 'Mohr-Bold';
}

.acknowledgment-card .details-txt {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Mohr-Regular';
}

/* Estilizando a scrollbar */
.acknowledgment-card .details::-webkit-scrollbar {
    width: 5px;
    /* largura da scrollbar */
}

/* Track */
.acknowledgment-card .details::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* cor de fundo da scrollbar */
}

/* Handle */
.acknowledgment-card .details::-webkit-scrollbar-thumb {
    background: #888;
    /* cor da alÃ§a da scrollbar */
}

/* Hover no handle */
.acknowledgment-card .details::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* cor quando hover */
}

.acknowledgment-card input:checked~.details {
    opacity: 1;
    transition-delay: .5s;
}


.whatsapp-button , .whatsapp-button-mobile{
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: Arial, sans-serif;
    background-color: #00BF44;
    margin-top: 10px;
  }
  .whatsapp-button p, .whatsapp-button-mobile p{
    color: #FFF;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    font-family: 'Mohr-Bold';
  }
  .whatsapp-button:hover, .whatsapp-button-mobile:hover {
    background-color: #D4E9F2;
  }
  .whatsapp-icon {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
  }

  .whatsapp-button-mobile {
    display: none;
}


@media screen and (max-width: 1024px) {

    .sust-accordion-header-img-box {
        width: 100%;
    }

    .sust-accordion-subtitle {
        max-width: 100%;
    }

    .sust-accordion-body {
        flex-direction: column-reverse;
        padding: 20px 20px 60px;
    }

    .acknowledgment-slick {
        padding-inline: 60px;
    }

    #acknowledgment-slick-prev {
        left: 10px;
    }

    #acknowledgment-slick-next {
        right: 10px;
    }

    .marfrig-txt {
        font-size: 14px;
    }

    .sust-accordion-img {
        max-width: 100%;
    }

    .hn-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hn-col {
        width: 100%;
    }

    .hn-col:nth-child(2) {
        padding: 0;
    }

    .hn-bg {
        height: 500px;
    }

    .scroller {
        max-width: 100%;
    }

    .call-brand-container {
        flex-direction: column;
    }

    .call-brand-col {
        width: 100%;
    }

}

@media screen and (max-width: 600px) {

    #banner img {
        height: 60vh;
        object-fit: cover;
    }
    #banner .banner-title h1 {
        font-size: 35px;
    }
    .sust-intro .accordion {
        border-radius: 0px;
    }
    .sust-intro-title {
        margin-bottom: 40px;
    }
    .sust-intro-title-green, .sust-intro-title-blue{
        display: none;
    }
    .sust-intro-title-green-mobile{
        display: block !important;
        font-size: 22px;
    }
    
    .sust-accordion-body {
        display: block;
        padding: 0px 20px 60px;
        position: relative;
        bottom: 50px;

    }
    .sust-accordion-header svg path {
        fill: #FFF;
    }
    .marfrig-txt ul li::before {
        /* content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' viewBox='0 0 14 20'%3E%3Cpath d='M2.27734 -0.00195312V6.03207L6.71631 9.91006L2.27734 13.7881V19.8221L13.5623 9.91107L2.27734 -0.00195312Z' fill='%237DC700'/%3E%3Cpath d='M0 6.03223V13.7872L4.37708 9.91022L0 6.03223Z' fill='%23199F00'/%3E%3C/svg%3E");
        width: 15px; */
        /* height: 20px; */
        transform: translateY(-50%);
        /* position: absolute; */
        top: -20%;
        /* left: 0; */
    }
    .accordion {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .sust-accordion-header-img-box, .sust-accordion-box-img{
        display: none;
    }
    .sust-accordion-header-img-box-mobile{
        display: block;
    }
    .sust-accordion-header-img-box-mobile img{
        /* width: 350px;
        height: 234px;
        border-radius: 10px 0px;
        transition: .5s; */
        border-radius: 15px;
    }
    
    .sust-accordion-header-img-box-mobile .slick-dots li button:before {
        color: white;
    }
    
    .sust-accordion-header-img-box-mobile .slick-dots li.slick-active button:before {
        color: white;
    }
    .card-header .sust-accordion-header-txt-box  span, .sust-accordion-body .sust-accordion-txt-box, .sust-accordion-body .marfrig-txt{
        color: #FFF;
    }
    .sust-accordion-header-txt-box span{
        color: #707070;
    }
    .hn-col .hn-txt.marfrig-txt span{
        display: none;
    }
    .marfrig-txt ul {
        margin-top: 56px;
    }
    .sust-accordion-txt-featured{
        margin: 0;
        padding: 0;
        background-color: transparent;
        color: #FFF;

    }
    .sust-intro .card,
    .sust-intro .card-header,
    .sust-intro .card-body{
        background-color: transparent;
    }
    .card{
        border-radius: 40px;

    }
    .sust-intro .card {
        background-color: #FFF;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Mohr-Medium';
    }
    
    .sust-intro {
        margin-block: 50px;
    }

    .sust-accordion-header {
        padding: 55px 20px 20px;
    }

    .sust-accordion-header svg {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
    }

    .topics {
        margin-block: 50px;
        padding: 20px 20px;
    }

    .topics-container {
        padding: 15px 15px 60px;
    }

    .topics-container-border {
        transform: rotate(-0.5deg);
    }

    .topics-row {
        flex-direction: column;
        gap: 20px;
    }

    .hn-bg {
        height: 340px;
        margin: auto;
    }

    .acknowledgment-header {
        margin-bottom: 40px;
        text-align: center;
    }

    .topics-col {
        width: 100%;
    }

    .topics-title span {
        margin-top: 20px;
    }

    .sust-intro-title-blue,
    .topics-title {
        font-size: 32px;
    }

    .acknowledgment-title {
        font-size: 42px;
    }

    .acknowledgment-slick {
        padding-inline: 20px;
    }

    .acknowledgment-card .img-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sust-intro-title-green,
    .topics-title span {
        font-size: 26px;
    }

    .hulha-negra {
        margin-block: 50px;
        padding-inline: 0;
        margin: 0;
    }

    .call-brand-logo {
        width: 233px;
    }
    .sust-intro-container .accordion>.card:not(:first-of-type), .sust-intro-container .accordion>.card:not(:last-of-type){
        border-radius: 10px !important;
        border-top-right-radius: none !important;
        border-bottom: none !important;
    }
    .sust-intro-container .accordion>.card:not(:first-of-type)::before, .sust-intro-container .accordion>.card:not(:last-of-type)::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        pointer-events: none;
    }
    .acknowledgment-title .title-blue {
        font-size: 22px;
    }

    .hn-col {
        margin: 0;
        padding: 0;
    }
    .hn-col .hn-title{
        display: none;
    }
    .hn-col .hn-txt marfrig-txt{
        color: black;
    }
    .hn-container{
        flex-direction: column;
    }
    .hn-bg-desktop{
        display: none;
    }
    .hn-bg-mobile{
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin-bottom: 5vh;
    }
    .hn-bg-mobile .hn-title, .hn-bg-mobile .hn-txt{
        margin:0;
        padding: 0;
        color: #FFF;
    }

    .hn-bg-mobile .img-bg{
        position: relative;
        width: 100%;
        padding: 30px;
        background-repeat: no-repeat;
        background-size: cover;
        /* z-index: -2; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hn-bg-mobile .img-bg .img-bottom{
        width: 300px;
        border-radius: 10px;
    }
    .hn-bg-mobile .img-bg::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(147, 10, 10, 0.5);
        z-index: -1;
    }
    .hn-bg-mobile img {
        width: 100px;
        margin-bottom: 6px;
    }
   
    .hn-bg-box .hn-bg-logo{
        display: none;
        right: -40px;
        bottom: 0;
    }
    .hn-certifications{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .hn-certifications .hn-slider{
        order: 1;
    }
    .hn-certifications-title {
        margin: 0;
        margin-right: auto;
        padding: 20px 0px;
    }
    .text-certifications{
        padding-right: 30px;
        font-family: 'Mohr-SemiBold';
        line-height: 1.75rem;
        color: #707070;
        font-size: 16px;
    }
    .call-brand-content .marfrig-txt{
        font-family: 'Mohr-SemiBold';
        color: #707070;
        font-size: 16px;
        text-align: start;
    }
    .call-brand-col {
        padding: 0;
    }
    .call-brand{
        border-top: none;
        padding: 20px !important;
    }

    .call-brand-container {
        display: none;
    }

    .call-brand-container-mobile {
        display: flex;
        flex-direction: column;
        max-width: 1366px;
        width: 100%;
        margin: auto;
    }
    .call-brand-slick-container {
        width: 100% !important;
    }
    .whatsapp-button{
        display: none !important;
    }
    .whatsapp-button-mobile{
        display: flex !important;
    }

    footer p {
        color: #00bf44;
        font-size: 12px;
        font-family: "Mohr-RegularIt";
        line-height: 15px;
    }
}


.call-brand-slick-container {
    position: relative;
    padding-top: 40px;
    text-align: center;
    width: 50%;
}


.call-brand-item {
    position: relative;
}

.call-brand-img {
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    padding: 10px;
    height: 400px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    margin: auto;
}

.call-brand-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.call-brand-slick span p {
    margin-top: 10px;
    font-size: 14px;
    color: #021F59;
    text-align: center;
    font-size: 16px;
    font-family: 'Mohr-Bold';
    padding: 10px;
}


#slick-prev-a,
#slick-next-a {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    box-shadow: 0 4px 4px 0 #021f5930;
    transition: .5s;
    cursor: pointer;
}

#slick-prev-a:hover,
#slick-next-a:hover {
    border-color: #021f59;
    background-color: #021f5930;
}

#slick-prev-a {
    left: 0;
}

#slick-next-a {
    right: 0;
}

#slick-prev-a svg,
#slick-next-a svg {
    width: 30px;
    height: 30px;
    fill: #021f59;
}

